From e30367cd21376885609ae504aceb5cd229b28850 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Wed, 11 Jan 2017 15:14:40 +0000 Subject: [PATCH] armv4 Gbp-Pq: Name armv4.diff --- src/corelib/global/qprocessordetection.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/corelib/global/qprocessordetection.h b/src/corelib/global/qprocessordetection.h index 6ecd41bc3..08bbbcda8 100644 --- a/src/corelib/global/qprocessordetection.h +++ b/src/corelib/global/qprocessordetection.h @@ -127,6 +127,8 @@ # elif defined(__ARM_ARCH_5TEJ__) \ || defined(__ARM_ARCH_5TE__) # define Q_PROCESSOR_ARM 5 +# elif defined(__ARM_ARCH_4T__) +# define Q_PROCESSOR_ARM 4 # else # define Q_PROCESSOR_ARM 0 # endif @@ -141,6 +143,9 @@ # endif # if Q_PROCESSOR_ARM >= 5 # define Q_PROCESSOR_ARM_V5 +# endif +# if Q_PROCESSOR_ARM >= 4 +# define Q_PROCESSOR_ARM_V4 # else # error "ARM architecture too old" # endif -- 2.30.2